PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setCreationDate Method
The date and time when the annotation was created.
In This Topic
    setCreationDate Method
    In This Topic
    Sets the annotation creation date.
    Syntax
    public void setCreationDate( 
       java.time.LocalDateTime creationDate
    )

    Parameters

    creationDate
    The date and time when the annotation was created.
    See Also